for (int x=-16; x<100; x+=10) {
  line(x, 0, x+15, 50);
}
strokeWeight(4);
for (int x=-8; x<100; x+=10) {
  line(x, 50, x+15, 100);
}
